All Questions
Tagged with raspberry-piarm
40 questions
0votes
0answers
63views
How to configure a Archlinux ARM boot partition for Raspberry Pi 64-bit with uboot
I am having a Raspberry Pi 3b+ (Arch64) device. Generally I run Raspbian 64-bit by using the Rasbian Imager tool to setup my SD card. I am interested to run Archlinux 64-bit on the same. And following ...
1vote
1answer
63views
Pi Zero Cross Compilation Floating Point Specification
I am trying to cross compile a go project (syzkaller) to target a Pi Zero so it can emulate usb devices. The problem is that I have been unable to find information regarding how to specify the proper ...
0votes
0answers
122views
How to enable Bluetooth on the Raspberry Pi 3B with Void Linux?
I have a RPI 3B with Void Linux, I've searched a lot on Google how to enable Bluetooth, but I can't find solutions.... Here are the things I have already done: Followed to the letter the indications ...
0votes
1answer
184views
Why is the "psci-cpuidle" cpuidle driver not used?
On my Raspberry Pi 5, I noticed that /sys/devices/system/cpu/cpuidle/current_driver contained none. So I got the latest kernel sources from here and enabled CONFIG_ARM_PSCI_CPUIDLE in menuconfig. ...
0votes
0answers
227views
How to use the L4 Microkernel with a FreeBSD userland
I'm trying to understand how to use the L4 Microkernel with a FreeBSD userland. I've asked the same to a L4 developer,but he told me that he does not know FreeBSD,so I'm here to ask the same question. ...
0votes
2answers
270views
Linux crossbuild essential armhf broken packages
I am trying to install and setup the Linux Kernel on my Raspberry Pi Linux Kernel. I've referenced the following website: https://www.raspberrypi.com/documentation/computers/linux_kernel.html. So far, ...
1vote
0answers
1kviews
Why does qemu-system-arm hang if dtb and machine are swapped?
I am trying to use qemu-system-arm to emulate an embedded system. I am using Ubuntu 20.04 and installed the backport of QEMU emulator version 5.0.0 (Debian 1:5.0-5ubuntu6~ppa0). I thought I would ...
1vote
0answers
2kviews
systemd: "apport-autoreport.path: Failed with result 'unit-start-limit-hit'" -> apport-autoreport.service fails to start
The top Google result for this error is this one, but it's from 1 year ago and doesn't work for me. I suspect this may end up as a bug report, but my systemd knowledge is minimal, so I'm asking here ...
2votes
1answer
5kviews
Is it possible to run Java on arm?
I have a couple of spare Raspberry Pi 4's from a project last year. I was recently thinking that it would be really cool to run a Minecraft server on them, afterall they now have 4gb ram and a quad ...
1vote
0answers
122views
xhci_pci not working with Fedora 33 on RaspberryPi4
I'm trying to run Fedora 33 on a RaspberryPi 4b (4GB). I'm using fedora-arm-image-installer to prepare the SD Card: fedora-arm-image-installer --image=Fedora-Minimal-armhfp-33-1.2-sda.raw.xz --target=...
0votes
1answer
2kviews
Tiling Window manager performance issues i3wm. Is this wm specific or the environment?
I'm doing some development on a Raspberry Pi 4 with 4gb of ram. After about a week of using the default WM, lxde/openbox, I decided a really needed a tiling capability. So much better for ...
4votes
0answers
2kviews
build tor-browser on Linux aarch64 (Raspberry Pi 4)
I am trying to build torbrowser on a Linux (kali) machine running on Raspberry Pi4 (ARMv8=aarch64) but cannot figure out how. I cannot use normal tor (the one installed with sudo apt install tor or ...
14votes
2answers
30kviews
How to run 32-bit (armhf) binaries on 64-bit (arm64) Debian OS on Raspberry Pi?
Original Problem I have aarch64/arm64 version of Debian on a Raspberry Pi 3 B+ (2017) or Pi 4 (using an image from here). Now I want to run 32-bit (armhf/armv7) versions of some applications/libraries ...
0votes
0answers
244views
How to pass through USB device to guest VM? What are "hostaddr", "hostport" etc? [duplicate]
I have the following on the host machine $ lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-...
1vote
0answers
115views
How to PXE boot of Raspberry PI along with other computers?
I have a LAN with PXE boot configured. Any PC computer if configured, presents me with PXE DHCP information, then netboots and presents me with pxelinux menu. If I remove SD card from my Raspberry PI ...